home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / zs20b.zip / ZIPVBX.H_ / ZIPVBX.H
C/C++ Source or Header  |  1994-11-18  |  2KB  |  46 lines

  1. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. // 
  3. //        Zip Studio 2.0 COPYRIGHT 1993, 1994 HEXANET
  4. //
  5. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  6. //
  7. //        ZIPSTD20.VBX Constants
  8. //
  9. //
  10. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  11. #ifndef _ZIPVBX_H
  12. #define _ZIPVBX_H
  13.  
  14.  
  15. // For the <Action> property ------------------------------------------------------
  16. #define ACTION_NONE         0
  17. #define ACTION_ZIP         1
  18. #define ACTION_DELETE         2
  19. #define ACTION_UNZIP         3
  20. #define ACTION_VIEW         4
  21. #define ACTION_REPARE         5
  22. #define ACTION_DELETECOMMENT     6
  23. #define ACTION_SETCOMMENT     13 //<--for actionresult only, do not use with <Action>!
  24. #define ACTION_BUILDZIPLIST    7  //[2.0]    
  25. #define ACTION_SORT         8  //[2.0]        
  26. #define ACTION_CANCEL         9  //[2.0]    
  27. #define ACTION_JOIN         10 //[2.0]    
  28. #define ACTION_SPLIT         11 //[2.0]    
  29. #define ACTION_TEST        12 //[2.0]    
  30.                               
  31.  
  32. // For the <OverwriteMode> property ------------------------------------------------
  33. #define VBXOVERWRITE_PROMPT     0
  34. #define VBXOVERWRITE_ALWAYS     1
  35. #define VBXOVERWRITE_NEVER     2
  36. #define VBXOVERWRITE_UPDATE     3 // ZIP operations only
  37.  
  38.  
  39. // For the <Language> property -----------------------------------------------------
  40. #define LANGUAGE_FRENCH     0
  41. #define LANGUAGE_ENGLISH     1
  42. #define LANGUAGE_GERMAN     2
  43. #define LANGUAGE_NONE         3
  44.  
  45. #endif
  46.